// Reveals each frame passing as a number drawn to the console
void draw() {
  println(frameCount);
}
